ClearKeyConfigEntry

data class ClearKeyConfigEntry(key: String, kid: String?) : Parcelable

Represents a single ClearKey key/id pair.

Constructors

ClearKeyConfigEntry
Link copied to clipboard
fun ClearKeyConfigEntry(key: String, kid: String? = null)

Properties

key
Link copied to clipboard
val key: String
Hex String representation of the key.
kid
Link copied to clipboard
val kid: String? = null
Hex String representation of the key ID.

Inherited functions

describeContents
Link copied to clipboard
abstract fun describeContents(): Int
writeToParcel
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)